Zum Hauptinhalt springen

3.1 System Customization

Custom system refers to the names of third-party systems or products registered in the integration platform that need to be integrated. In the integration platform, all interfaces and API services are designed for third-party systems, and the integration objects are also third-party systems.

3.1.1 System Creation

System creation is the first step to initiate integration. The connection services and interface conversions created in subsequent chapters must be associated with the system. Systems are created through the "New System" card, which requires basic information and permission settings.

  1. Input Basic Information:

Instructions:

  • System Environment Name: The name of a third-party system or product. Required.
  • System Code: This can be filled manually or automatically. Required.
  • URL Prefix: Used for process engine calls.
  • Description: Describes the purpose of the system.
  • Application Icon: Selected by default when the system is created. Can be changed by clicking the icon.
  • Status: Determines whether the interfaces in the current system can be called by other modules. It serves as the master switch for the entire system, with the default setting being enabled.
    • Enabled: Indicates that the current system supports integrated event processing with other modules;
    • Disabled: Indicates that the current system does not support integration with other modules, and all interface statuses under the current system will be changed to disabled. Only "disabled" systems can be deleted from the integration platform.
  1. Permissions
  • Users: Refers to the permission to call interfaces within this system. This field is empty by default, indicating that all users from other business modules can utilize the system's interfaces. To specify users, click the directory picker widget.
  • Maintainers: Personnel who can manage the basic information and permissions of the system. The default maintainer is the system creator. Without maintainers' permissions, the system will not be visible in the custom system list.

After the system is created, it will automatically redirect to the interface management page, where users can create connection services, interface declarations, and interface conversions (for connection services and interface declarations, please refer to Chapter 3; for interface conversions, please refer to Chapter 6).

Click the New button to create SOAP, JDBC, or REST connection services. For details of the connection services and interface declarations created on this page, please refer to the third-party interface connection services and interface declaration list in Chapter 3. For details of the created interface conversions, please refer to the conversion service interface conversion list in Chapter 6.